home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
acehtmlfree.exe
/
0
/
RCDATA
/
TFOPTIONS
/
TFOPTIONS.txt
Wrap
Text File
|
2006-04-19
|
7KB
|
357 lines
object fOptions: TfOptions
Left = 193
Top = 111
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
BorderStyle = bsDialog
Caption = 'Attribute list'
ClientHeight = 313
ClientWidth = 496
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblAttributes: TLabel
Left = 8
Top = 162
Width = 47
Height = 13
Caption = '&Attributes:'
FocusControl = ListBox
end
object ListBox: TCheckListBox
Left = 8
Top = 178
Width = 249
Height = 127
HelpContext = 1040
ItemHeight = 13
TabOrder = 1
OnClick = ListBoxClick
OnEnter = ListBoxEnter
end
object btnAdd: TButton
Left = 264
Top = 178
Width = 72
Height = 20
HelpContext = 556
Caption = 'Add'
TabOrder = 2
OnClick = btnAddClick
end
object btnRemove: TButton
Left = 264
Top = 230
Width = 72
Height = 20
HelpContext = 558
Caption = 'Remove'
Enabled = False
TabOrder = 4
OnClick = btnRemoveClick
end
object btnClose: TButton
Left = 417
Top = 257
Width = 72
Height = 22
HelpContext = 560
Cancel = True
Caption = '&Close'
Default = True
ModalResult = 1
TabOrder = 6
end
object btnRestore: TButton
Left = 417
Top = 178
Width = 72
Height = 22
HelpContext = 559
Caption = 'Restore'
TabOrder = 5
OnClick = btnRestoreClick
end
object gbOptions: TGroupBox
Left = 8
Top = 8
Width = 481
Height = 147
TabOrder = 0
object lblLazy: TLabel
Left = 8
Top = 114
Width = 71
Height = 13
Caption = '&Lazy threshold:'
FocusControl = edDelay
end
object lblDelay: TLabel
Left = 8
Top = 84
Width = 132
Height = 13
Caption = '&Delay between passes (ms):'
FocusControl = edDelay
end
object lblPass: TLabel
Left = 8
Top = 52
Width = 134
Height = 13
Caption = '&Number of passes on failure:'
FocusControl = edPass
end
object lblTimeToWait: TLabel
Left = 8
Top = 20
Width = 135
Height = 13
Caption = '&Time to wait for response (s):'
FocusControl = edTimeToWait
end
object lblRecent: TLabel
Left = 272
Top = 20
Width = 112
Height = 13
Caption = 'Skip links checked last '
end
object lblDays: TLabel
Left = 445
Top = 20
Width = 22
Height = 13
Caption = 'days'
end
object lblFilter: TLabel
Left = 272
Top = 84
Width = 25
Height = 13
Caption = 'Filter:'
end
object lblMaxSimChecks: TLabel
Left = 272
Top = 52
Width = 149
Height = 13
Caption = 'Maximum simultaneous checks:'
FocusControl = EditMaxSimChecks
end
object edLazy: TEdit
Left = 194
Top = 112
Width = 43
Height = 21
HelpContext = 927
TabOrder = 6
Text = '3'#160'000'
OnKeyPress = KeyValidation
end
object edDelay: TEdit
Left = 194
Top = 80
Width = 43
Height = 21
HelpContext = 923
MaxLength = 5
TabOrder = 4
Text = '1'#160'000'
OnKeyPress = KeyValidation
end
object edPass: TEdit
Left = 194
Top = 48
Width = 30
Height = 21
HelpContext = 922
TabOrder = 2
Text = '3'
OnKeyPress = KeyValidation
end
object edTimeToWait: TEdit
Left = 194
Top = 16
Width = 30
Height = 21
HelpContext = 921
MaxLength = 3
TabOrder = 0
Text = '10'
OnKeyPress = KeyValidation
end
object udTimeToWait: TUpDown
Left = 224
Top = 16
Width = 15
Height = 21
HelpContext = 921
Associate = edTimeToWait
Min = 0
Max = 999
Position = 10
TabOrder = 1
Wrap = False
end
object udPass: TUpDown
Left = 224
Top = 48
Width = 15
Height = 21
HelpContext = 922
Associate = edPass
Min = 0
Max = 999
Position = 3
TabOrder = 3
Wrap = False
end
object udDelay: TUpDown
Left = 237
Top = 80
Width = 15
Height = 21
HelpContext = 923
Associate = edDelay
Min = 100
Max = 25000
Increment = 100
Position = 1000
TabOrder = 5
Wrap = False
end
object udLazy: TUpDown
Left = 237
Top = 112
Width = 15
Height = 21
HelpContext = 927
Associate = edLazy
Min = 100
Max = 25000
Increment = 100
Position = 3000
TabOrder = 7
Wrap = False
end
object cbMoveToNext: TCheckBox
Left = 272
Top = 125
Width = 191
Height = 17
HelpContext = 1316
BiDiMode = bdLeftToRight
Caption = '&Move to next link on every trial'
Checked = True
ParentBiDiMode = False
State = cbChecked
TabOrder = 14
end
object cbRelative: TCheckBox
Left = 272
Top = 108
Width = 191
Height = 17
HelpContext = 1315
BiDiMode = bdLeftToRight
Caption = 'Check relative links'
Checked = True
ParentBiDiMode = False
State = cbChecked
TabOrder = 13
end
object edDays: TEdit
Left = 394
Top = 17
Width = 30
Height = 21
HelpContext = 955
MaxLength = 4
TabOrder = 8
Text = '7'
OnKeyPress = KeyValidation
end
object cmbFilter: TComboBox
Left = 323
Top = 80
Width = 146
Height = 21
HelpContext = 1032
ItemHeight = 13
TabOrder = 12
Items.Strings = (
'*.htm; *.html'
'*.gif; *.jpg; *.png'
'*.js; *.php; *.asp')
end
object udDays: TUpDown
Left = 424
Top = 17
Width = 15
Height = 21
HelpContext = 955
Associate = edDays
Min = 0
Max = 9999
Position = 7
TabOrder = 11
Wrap = False
end
object EditMaxSimChecks: TEdit
Left = 431
Top = 48
Width = 22
Height = 21
HelpContext = 957
MaxLength = 1
TabOrder = 9
Text = '8'
OnKeyPress = KeyValidation
end
object udMaxSimChecks: TUpDown
Left = 453
Top = 48
Width = 15
Height = 21
HelpContext = 957
Associate = EditMaxSimChecks
Min = 1
Max = 9
Position = 8
TabOrder = 10
Wrap = False
end
end
object BtnHelp: TButton
Left = 417
Top = 284
Width = 72
Height = 22
HelpContext = 7
Caption = '&Help'
TabOrder = 7
OnClick = BtnHelpClick
end
object BtnEdit: TButton
Left = 264
Top = 204
Width = 72
Height = 20
HelpContext = 557
Caption = 'Edit'
Enabled = False
TabOrder = 3
OnClick = BtnEditClick
OnExit = BtnEditExit
end
end